home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 001-025 / scopedisk15 / qrt / docs / readme.txt < prev    next >
Text File  |  1995-03-18  |  2KB  |  60 lines

  1. *****************************************************************
  2.  
  3.   Copyright (C) Steve Koren 1988
  4.  
  5.   This program may be freely distributed but not sold for profit.
  6.   This notice must be included on ALL copies.
  7.  
  8. *****************************************************************
  9.  
  10.  
  11. NOTES ON AMIGA VERSION OF QRT:
  12.  
  13.  
  14. There are three executable files:
  15.  
  16.   QRT     :   the ray tracer itself
  17.  
  18.   QRTPost :   Post processor
  19.  
  20.   RAY2    :   Ham file creator by D. Wecker (same one as used
  21.               by DBW Ray tracer.
  22.  
  23.  
  24. There are three steps in creating an image with QRT.  First,
  25. QRT is run on an input file to produce a file with suggested
  26. extention .RAW.  This file is quite large - nearly 400K - so
  27. there must be this much room on the disk.  I recommend a RAM
  28. drive if you have enough memory.  This file exists to maintain
  29. QRT portability across computers.
  30.  
  31. Next, QRTPost is used to prepare the image for processing with
  32. RAY2:
  33.  
  34.         QRTPost IMAGE.RAW IMAGE.TMP
  35.  
  36. The second file is the output file and must be given an entension
  37. of .TMP.  This step will take only a few seconds if both files are
  38. on the RAM drive, and will result in a smaller file.  The first
  39. file (.RAW) may now be deleted.
  40.  
  41. Lastly, the RAY2 program (Copyright D. Wecker) is used to create
  42. a HAM image.  This program is included with the DBWRender ray
  43. tracer, and does a fine job of creating HAM files, so I saw no
  44. reason to re-invent the wheel.  It is run like this:
  45.  
  46.         RAY2 IMAGE
  47.  
  48. Where Image is the .TMP file.  RAY2 will create a file IMAGE.ILBM
  49. after it displays the picture.  When RAY2 is done writing the HAM
  50. file (it will highlight the first pixel of each line as it writes
  51. the file, and flash the screen at the end), you may click in the
  52. close box.  The resulting HAM file may be displayed with any
  53. public domain HAM display program, or modified with some paint
  54. programs.
  55.  
  56. See the QRT documentation files for more details of QRT.
  57.  
  58.  
  59.  
  60.